home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Prog / A / Add images Folder / about_alert.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-05-30  |  440 b   |  17 lines  |  [TEXT/KAHL]

  1. /* *******************************
  2.  
  3. File: about_alert.h
  4. Function: Header file for this Alert
  5. History: 4/27/89 Original by Prototyper.
  6.  
  7.   This is a NOTE alert, it is used to inform the user of some general information.
  8.   This alert is not used if there is a possibility of losing any data.
  9.  
  10. ******************************* */
  11.  
  12. #define about_alert_id 7
  13. #define error_dialog_id 2
  14.  
  15. void  A_about_alert(void);
  16.  
  17. void  D_error_alert(long err_num);